@charset "utf-8";
/* css reset www.admin10000.com */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Source Han Sans';
    src: url('./font/KaiGenGothicCN-Light_bc9d287.eot');
    src: url('./font/KaiGenGothicCN-Light_bc9d287.eot?') format('embedded-opentype'),
    url('./font/KaiGenGothicCN-Light_e9315aa.woff') format('woff'),
    url('./font/KaiGenGothicCN-Light_3069472.ttf') format('truetype'),
    url('./font/KaiGenGothicCN-Light_b385ef0.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
body {
    font-size: 14px;
    font-family:'Microsoft YaHei',"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	 font-weight: 200;
    color: #4e4e4e;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #616161;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}
i {
    font-style: normal;
}
a:focus,
input[type=button],
input[type=submit] {
    outline: none;
}

img {
    border: none;
    display: block;
	margin: 0 auto;
	width:100%;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 12px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height:0;
    height:0;
    font-size:0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.col-lg-1 {
    width: 100%;
}
.col-lg-2 {
    width:50%;
}
.col-lg-4 {
    width: 25%;
}
.disNone {
    display: none;
}
.disBlock {
    display: block;
}




















